home *** CD-ROM | disk | FTP | other *** search
/ Aminet 2 / Aminet AMIGA CDROM (1994)(Walnut Creek)[Feb 1994][W.O. 44790-1].iso / Aminet / gfx / show / JPEGv42.lha / RETINA.readme < prev    next >
Text File  |  1993-06-06  |  3KB  |  96 lines

  1.  
  2. Version 4.2 of
  3.  
  4. JPEG - coder/decoder/viewer adapted for the Retina Gfx-Board
  5. ------------------------------------------------------------
  6.  
  7. (changes at the end of this file)
  8.  
  9. If you don't own a Retina graphics board, this
  10. may just be a jpeg encoder/decoder for you.
  11.  
  12. Though RetinaDisplay is already able to display
  13. JPEG pictures, here's a better alternative.
  14.  
  15. Included are two executables:
  16.  
  17. cjpeg  does JPEG-compression, just type
  18.        cjpeg -h  for a short syntax summary.
  19.        This program has just been adapted by
  20.        me to use the multipic.library
  21.        to read various picture formats
  22.  
  23. djpeg  does JPEG-decompression, and to this
  24.        one I added the watch-directly-on-Retina
  25.        feature, it's enabled by default.
  26.        You may also try djpeg -h here.
  27.  
  28. Both programs are compiled from the official
  29. "fourth public release of the Independent JPEG
  30. Group's free JPEG software". Only djpeg has been
  31. modified by me.
  32.  
  33. Why use djpeg instead of RetinaDisplay?
  34.  
  35. - djpeg is faster, it's even faster than most commercial
  36.         jpeg-loaders available.
  37. - djpeg lets you watch the picture while it's decoded
  38. - djpeg supports more jpeg-derivatives
  39. - djpeg supports 8-bit as well as 24-bit display on
  40.         the retina board. Watching JPEGs with the
  41.         -greyscale switch given is even faster.
  42. - djpeg is able to do "color-quantization", that is,
  43.         if you enable that feature by "-color 256",
  44.         an 8-bit screen will be opened on the
  45.         Retina, giving you the ability to watch even
  46.         larger pictures than it may be possible
  47.         in 24-bits.
  48.  
  49. REQUIREMENTS:
  50.  
  51.  You NEED to have IXEmul.library available, this library
  52.  is part of Markus Wild's GNU C (2.3.3) port for the
  53.  amiga. It's available from several ftp-servers.
  54.  
  55. NOTES:
  56.  
  57.  djpeg spits its output to standard I/O, unless
  58.  you specify anything else with a redirection
  59.  ("djpeg -targa bla.jpg >bla.targa")
  60.  
  61.  press CTRL-C when djpeg is finished to close the screen.
  62.  
  63.  I compiled a >=68020 and 68881 version, too, but there were
  64.  no measurable speed-difference.
  65.  
  66.  
  67. If anyone wants the source-code, he'd contact me via email,
  68. my adress is lkv@mania.robin.de
  69.  
  70. The original JPEG V4 source is available from several ftp-servers.
  71.  
  72. Just enjoy it,
  73.  
  74. Lutz Vieweg
  75.  
  76.  
  77. CHANGES:
  78.  
  79. 4.2
  80.     - oh no, sorry... the archive with 4.1 included
  81.       the old 4.0 executables...
  82.     - for consistency, CTRL-C is now used to abort
  83.       djpeg in any case.
  84.  
  85. 4.1 
  86.     - now you can always stop djpeg with CTRL-C
  87.       while decoding...
  88.     - cjpeg changed: it uses now the multipic.library
  89.       (supplied with the Retina Software 1.3 and up)
  90.       to load the original picture, therefore any
  91.       format supported by this library may be packed!
  92.     - cjpeg now uses infile outfile syntax
  93.       djpeg still writes on stdout by default.
  94.     - cjpeg progess display enabled
  95.  
  96.